Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netfilter: Support multiport matching (-m multiport) #11298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clickyotomy
Copy link

This set of changes adds:

  • support for xt_multiport_{,v1} matchers for matching for a range of ports and their inverse, i.e.,:

    -m multiport [!] --[s|d]ports (PORT,...|PORT:PORT,...)
    
  • support for IP{,6}T_SO_GET_REVISION_MATCH socket options, which allows iptables to query for the highest supported revision for a given matcher

This set of changes adds:

  - support for `xt_multiport_{,v1}` matchers for matching for
    a range of ports and their inverse, i.e.,:

      ```
      -m multiport [!] --[s|d]ports (PORT,...|PORT:PORT,...)
      ```

  - support for `IP{,6}T_SO_GET_REVISION_MATCH` socket options,
    which allows `iptables` to query for the highest supported
    revision for a given matcher
@nybidari nybidari assigned nybidari and unassigned nybidari Dec 16, 2024
@nybidari nybidari self-requested a review December 16, 2024 19:18
@avagin avagin added the area: networking Issue related to networking label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: networking Issue related to networking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants